Linux Command Line and Shell Scripting Bible

Code examples

Table of Contents

Chapter 17: Creating Functions

Key concepts

Personal thoughts

Examples or code snippets

function name {
 block of code goes here
}

Questions

Summary

Reference or additional reading